PUT /r/orders/order-{order-oid}-{domain}/vps/reinstallReinstall a VPS. Most of the arguments will default to the existing ones unless over ridden. You can
pass in things like different memory values, passwords, distros, etc and we will attempt to make those
changes. Input that causes a host value to change (different data center location, different host server,
etc) will result in an input validation error. Use a move for changing hosts.
Sample usage:
curl -X PUT \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: rimuhosting apikey=$APIKEY" \
--data "{'reinstall_request': {}" \
"https://api.rimuhosting.com/r/orders/order-${ORDER_OID}-namedoesntmatter/reinstall"
- HTTP Example:
PUT /r/orders/order-{order-oid}-{domain}/vps/reinstall | - API Example:
JAXRSVPS.reinstallVPS({'order-oid': , 'domain': , '$entity': }); |
- Input:
- NewVPSRequest
- Output:
- PostNewVPSResponse
|